]> permondes.de Git - Analog_Engine.git/blobdiff - scripts/TP1 08.23a stick falling.DELACE
Applications: Longitudinal oscillating chains; PDEs
[Analog_Engine.git] / scripts / TP1 08.23a stick falling.DELACE
diff --git a/scripts/TP1 08.23a stick falling.DELACE b/scripts/TP1 08.23a stick falling.DELACE
deleted file mode 100644 (file)
index 9256c37..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-coefficient(1): a
-
-integrate (y'') -> -y':
-   IC: +1
-integrate (-y') -> y
-invert (y) -> -y
-sin = y
-
-integrate (omega') -> -omega
-a * sin -> a_times_sin
-omega' = a_times_sin
-
-invert (-omega) -> omega
-multiply (omega, omega) -> omega²
-multiply (omega², -y) -> -omega²y
-y'' = -omega²y